home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / Kontrola rodzicielska / Naomi 3.2.90 / setup-en.exe / {app} / naomf.exe / 0 / RCDATA / TPWDIALOG / TPWDIALOG.txt
Text File  |  2006-04-01  |  1KB  |  58 lines

  1. object PwDialog: TPwDialog
  2.   Left = 520
  3.   Top = 185
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 99
  7.   ClientWidth = 221
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblPrompt: TLabel
  21.     Left = 10
  22.     Top = 11
  23.     Width = 49
  24.     Height = 13
  25.     Caption = 'Password:'
  26.   end
  27.   object edtPassword: TEdit
  28.     Left = 10
  29.     Top = 30
  30.     Width = 199
  31.     Height = 21
  32.     PasswordChar = '*'
  33.     TabOrder = 0
  34.     OnChange = edtPasswordChange
  35.   end
  36.   object btnOK: TButton
  37.     Left = 20
  38.     Top = 62
  39.     Width = 74
  40.     Height = 23
  41.     Caption = 'OK'
  42.     Default = True
  43.     Enabled = False
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object btnCancel: TButton
  48.     Left = 126
  49.     Top = 62
  50.     Width = 74
  51.     Height = 23
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57. end
  58.